home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
Itch
/
loading.dcr
/
00002_StartStuff.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-07
|
161 b
|
13 lines
global worldObj
on startMovie
clearGlobals()
cursor(200)
InitStuff()
end
on InitStuff
worldObj = new(script("World Parent"))
initWorld(worldObj)
end